Documents for PDF, .NET Edition Documentation
DestinationXYZ Constructor(Int32,Nullable<Single>,Nullable<Single>)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > DestinationXYZ Class > DestinationXYZ Constructor : DestinationXYZ Constructor(Int32,Nullable<Single>,Nullable<Single>)
The page index.
The left coordinate of the document window.
The top coordinate of the document window.
Initialize a new instance of the DestinationXYZ class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pageIndex As System.Integer, _
   ByVal left As System.Nullable(Of Single), _
   ByVal top As System.Nullable(Of Single) _
)
public DestinationXYZ( 
   System.int pageIndex,
   System.Nullable<float> left,
   System.Nullable<float> top
)

Parameters

pageIndex
The page index.
left
The left coordinate of the document window.
top
The top coordinate of the document window.
See Also

Reference

DestinationXYZ Class
DestinationXYZ Members
Overload List